Non Linear Image Processing with Evolvable Hardware Filter
نویسندگان
چکیده
In recent years, nonlinear image processing is increasing in applications, and are better than linear filters in removing noise without disturbing image features. Nonlinear Evolvable Hardware filters are introduced to describe the behavior of filters in the presence of fluctuating signals, edge detection and impulsive noise. The edge detection analysis is especially informative as the degree to which a filter preserves all the angles. Evolvable Hardware Filter proposed in this work filters without priori information. The image processing is a computational intensive task with applications in various engineering fields. In several image processing applications, a significant amount of computing power is committed to image enhancement operations, basic segmentation and identification of regions of interest for further analysis. Such type of processing can be done efficiently done by Evolvable Hardware filters. I.INTRODUCTION Typical non-linear image processing applications include the correction of non-linear distortion introduced by components, communication channels and compensation for nonlinearity in input output devices. Slow SNR variations can typically arise due to changing noise characteristics from parameters such as weather, distance or input power. Similarly, a lack of synchronization in capturing a moving image with a static camera or vice-versa can result in rapid SNR variation effects. Traditional adaptive filter works in a rectangular window whose size varies during filter operation depending on certain conditions. The optimal size of the window is crucial and influences the computation and memory requirements. However, this optimal size selection is highly application specific and its convergence from an initial value requires experimentation with various sizes of standard filters. II. RELATED WORKS Evolvable Hardware for the Generation of Sequential Filter Circuits by Robert Thomson et al., describes a unified approach, on how Finite Impulse Response Primitive Operator Filters (FIRPOFs) can be created so that they operate sequentially, over two cycles. These filters were optimized for area and delay. Two factors with limited performance for the POF creation problem are the lesser number of components needed, and the area consumed by the accumulation block. The performance of the EA system is highly dependent upon the relative areas of the components being used. This technique could be applied to the creation of other types of sequential circuit. Sekanina has achieved evolutionary design of image filters with virtual reconfigurable circuits in extrinsic EHW environment. Digital image processing operations, such as image smoothing, edge detection, and image compression, have been carried out in an extrinsic EHW environment. This exhibits the potential of EHW in digital image operator design. This work presents complete evolvable hardware architecture, dedicated for implementing high performance digital image filters on FPGA so that the time for the evolution can be greatly reduced. Reconfigurable hardware devices offer both the flexibility of computer software, and the ability to construct custom high performance computing circuits. Thus, in many cases they make a good compromise between software and hardware solutions. The structure of a reconfigurable hardware device can be changed any number of times by downloading into the device a software bit string called configuration bits. From the Literature review surveyed, so far, it has been observed that current evolutionary techniques has practical limitation when applied for complex real world problems. Also, the search spaces can become vast for large circuits and a greater deal of research needs to be directed at scalability. Hence, in this work, it is presented that, one can still evolve circuits with limited interactions and so can be used by traditional designers as building blocks for larger circuits. Initial research involved evolving circuits at a very high primitive gate level and results obtained using this approach showed that evolved circuits were less useful for more demanding commercial applications. Hence, to overcome this problem a function-level evolution is proposed in this work and domain knowledge is used to select high level computational units, which can be represented directly in the chromosome. III. CONFIGUREABLE LOGIC BLOCK ARCHITECTURE FOR IMAGE PROCESSING The Configureable logic block (CLB) engine architecture, which can be divided into optimization module and application module at function level, which is shown in Figure 1. The optimization module and the application module are independent of each other i.e., while Kth image is optimized, the (K-1)th optimized image can be processed. The optimization module is the most important and complex part in the system, and has the ability to give the optimal predictive parameters through learning the features of different images within the prescribed time. The optimization module consists of the population registers module, the mutation module, the fitness evaluation module and the selection module. Pipeline registers are inserted among them, so that all the modules can process the data in parallel to speed up the optimization. Figure 1 CLB engine architecture A. Evolutionary Circuit Design IMAGE PIXELS RND ASEXUALLY MUTATION POPULATION PREDICTION SELECTION REPLACEMENT FITNESS EVALUATION IMAGE PROCESSING 228 X INDIAN JOURNAL OF APPLIED RESEARCH Volume : 3 | Issue : 8 | Aug 2013 | ISSN 2249-555X ReseaRch PaPeR The idea behind evolutionary circuit synthesis/design is to use a genetic search/optimization algorithm that operates in the space of all possible circuits and determines solution circuits with desired functional response. The genetic search is tightly coupled with a coded representation of the candidate circuits. Each circuit gets associated a “genetic code” or chromosome. The simplest representation of a chromosome is binary strings, (a succession of 0s and 1s) that encode a circuit. Synthesis is the search in the chromosome space for the solution corresponding to a circuit with a desired functional response. The genetic search follows a “generate and test” strategy. A population of candidate solutions is maintained each time; the corresponding circuits are then evaluated and the best candidates are selected and reproduced in a subsequent generation, until a performance goal is reached. IV. REQUIREMENTS AND MERITS OF CLB In CLBs based design, there is often a requirement for a fast partial reconfiguration, including the controllable granularity of configurable elements and a transparent structure of the configuration data. Ideally, a specialized reconfigurable device should be constructed for a given application in order to meet its particular requirements. However, developing an application specific integrated circuit (ASIC) is less feasible for many (mainly economic) reasons. A CLBs is, in fact, an implementation of a domain-specific reconfigurable circuit on top of an ordinary programmable hardware device. The designer can construct the CLBs. Typical evolution of logic circuits, image filters, sorting networks etc. As the evolutionary algorithm (EA) can be implemented in the same hardware in case of these applications, a fast configuration interface can be established. On the pessimistic side, the implementation of CLBs is relatively expensive in terms of gates used, since, interconnection circuits are based on area-expensive multiplexers. However, on the optimistic side, they can be designed totally independent of a target platform. Also, they can be utilized (in connection with a hardware implementation of the evolutionary algorithm) to implement soft evolvable IP cores. CLBs at the level of IP cores has become an integrated component in a variety of systems. These systems are responsible for completing tasks that are difficult for conventional hardware solutions, for instance, adaptation of functionality, adaptation of sensing, autonomous self-repairing and learning. As a result, there is an increasing interest in the use of CLBs in standalone applications (space applications) and in extreme environments exhibiting increased radiation and temperature levels. A. Coordinate Logic Dilation (CLD)CLD of the images G by the structuring elements B is denoted by (g (i,j)), or , or is in eqn. [1] Where (sk(I,j)) denotes the dilation operations on the binary value sk (i,j) by the structuring elements B, given by (sk(i,j))) = OR (Sk (i,j) ∈ B. B. Coordinate Logic Erosion (CLE) CLE of the image G by the structuring elements B is denoted by G D¦B and is given in eqn. [2] where (sk (i,j)) denotes the erosion operation on the binary values by the structuring elements B, given by (sk (i,j)) = AND (sk (i,j)) B. V. IMAGE ANALYSIS AND PATTERN RECOGNIZATION APPLICATIONS Typical image analysis and pattern recognization applications using the CL filters are received. These applications are grouped into two classes: (i) Implementation of morphological operations using CLOs, and (ii) Novel technique which is not based or related to morphology and are based on the exploitation of the properties, the inherent structure and the characteristics of the CLOs. A. Edge Extraction Edge extraction in an image G can be achieved with CL filters using the same approach adopted with morphological filter with the eroded image G subtracted from the original image G, so that the edge detector is G G . Edges in different orientations can be obtained by using a 1D structuring element. The size of the structuring elements controls the thickness of the edge markers. Among the variety of the CL-based edge detectors, an efficient one that corresponds to the morphological G G edge detector and given very similar results which is shown in the eqn. [3] where A CXOR B represents a measurement of the difference between A and B. A novel approach for edge extraction and enhancement is based on the direct application of CL filters to the original image, without using a arithmetic subtraction between images. The edge extraction results is given in eqn. [4] B. Noise removal – Coordinate Logic Filter Efficient filter for noise removal may be built using CLOs and the underlying Boolean operations. In binary signals, the majority function is a simple predicate whose output has the same value (1or 0) as the majority of the population ‘b’ of the input units. If ‘b’ is odd, the majority is (b + 1 )/ 2 terms or more, while if ‘b’ is even the majority is b /2 terms or more. If no pixel value in the specific neighborhood satisfies the majority creation, the output of the function is 0. The majority Coordinate Logic (MCL) filter implements the majority function at each level of the signal in the specific active neighborhood by selecting the ‘n’ bits having the majority in each of the ‘n’ binary images. The MCL filter results by checking all possible combinations of the ‘b’ pixels of the structuring elements at all binary elements at all ‘n’ binary levels, which has (b+1)/2 at a time, where [x] denoted integer part of the positive number ‘x’. Thus, the MCL filter easily and quickly implements an approximation of the exact majority function applied on an active neighborhood containing ‘b’ pixel, which is suitable for additive noise removal. VI. RESULTS AND DISCUSSION A. Image Noise Filtering The original and distorted bitmap images are stored in the input buffer initially. Bitmap of test images are used as the target images at different distortion levels for testing the performance. All the results are compared with the results obtained from a Gaussian filter which is shown in Figure 2. The Mean Difference, MSE in dB and PSNR in dB are computed for different images at different levels of variance. The results are tabulated in Tables 2. In each case, a Gaussian noise of mean 0 and variance 0.03 is assumed to corrupt the original image. It can be clearly perceived from the results shown that the proposed CLF filter gives an improved PSNR and produced a reconstructed image with enhanced sharpness bringing out the finer details in the machined surfaces. The degradation and blurring of edges, which accompanies magnification, has been removed the best in the CLF approach.
منابع مشابه
An Evolvable Hardware System Under Uneven Environment
This paper proposes an evolvable hardware system with capability of evolution under uneven image environment, which is implemented on reconfigurable field programmable gate array (FPGA) platform with ARM core and genetic algorithm processor (GAP). Parallel genetic algorithm based reconfigurable architecture system evolves image filter blocks to explore optimal configuration of filter combinatio...
متن کاملAn evolvable hardware system in Xilinx Virtex II Pro FPGA
In this paper, a new circuit architecture for image filter evolution is proposed. The evolvable system is based on the implementation of a search algorithm in the PowerPC processor which is available in Xilinx Virtex II Pro Field Programmable Gate Arrays (FPGAs). Candidate filters are evaluated in a domain-specific virtual reconfigurable circuit implemented using a reconfigurable logic of the s...
متن کاملEvolutionary Design of Evolvable Hardware Image Filters Using Fuzzy Noise Models
Image filtering, which removes or reduces noise from contaminated images, is an important task in image processing. This study deals with evolutionary design of image filters that can be implemented on evolvable hardware platforms using fuzzy noise models. Two fuzzy sets, similarity and divergence, are defined for classifying noise. Three filtering modules for pixels with various degrees of noi...
متن کاملEvolving an Adaptive Digital Filter
One important feature of signal processing is coping with noise. In a non-adaptive filter, characteristics of the filter may be refined to remove noise. One method of achieving this is to use evolution to decide the filter characteristics. However, if the noise level is sufficient or the input signal is not of the required type for the output signal required, then a satisfactory output signal m...
متن کاملEvolutionary Design of Image Filter Using The Celoxica Rc1000 Board
In this paper, we approach the problem of image filter design automation using a kind of intrinsic evolvable hardware architecture. For the purpose of implementing the intrinsic evolution process in a common FPGA chip and evolving a complicated digital circuit system-image filter, the design automation system employs the reconfigurable circuit architecture as the reconfigurable component of the...
متن کاملAn Evolvable Image Filter: Experimental Evaluation of a Complete Hardware Implementation in FPGA
This paper describes an evolvable image filter which is completely implemented in a field programmable gate array. The proposed system is able to evolve an image filter in a few seconds if corrupted and original images are supplied by user. The architecture is generic and can easily be modified to realize other evolvable systems. COMBO6 card with Xilinx Virtex xc2v3000 FPGA is used as a target ...
متن کاملذخیره در منابع من
با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید
عنوان ژورنال:
دوره شماره
صفحات -
تاریخ انتشار 2013